Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

프로필 수정하기 기능 업그레이드 (#5 #9) & 공통 개편사항 적용 (#17 #18) #19

Merged
merged 4 commits into from
Dec 26, 2023

Conversation

sryung1225
Copy link
Owner

6a7ac12 [💎 : refactor] 유저 프로필 컴포넌트 분리 (#9)

  • 프로필 수정 기능 확대를 위해 profile 관련 컴포넌트 분리 작업 진행

58e15ee [🥁 : feat] 프로필 수정 UI 변경 (#9) 및 이름 수정 기능 추가 (#5)

  • 프로필 수정 컴포넌트를 팝업으로 분리 (edit-profile-form) 그로인한 스타일링 작업
  • 유저 이름 변경 기능 추가. users 문서의 userName 필드 수정을 위해서는 updateDoc 메서드를, user 객체의 displayName 수정을 위해서는 updateProfile 메서드를 활용.
  • 프로필 이미지 제거 기능 추가. 마찬가지로 user 객체의 photoURL 함께 변경되도록 작업
  • 추가 작업 필요) 변경된 유저 정보에 따라 자동 리렌더링 필요

a9f0081 [🥁 : feat] 타임라인에 글이 없는 경우 텍스트 노출 (#17)

bdc54d3 [🥁 : feat] esc키로 닫기 함수 유틸로 분리 후 공통 적용 (#18)

- 프로필 수정 기능 확대를 위해 profile 관련 컴포넌트 분리 작업 진행
- 프로필 수정 컴포넌트를 팝업으로 분리 (edit-profile-form) 그로인한 스타일링 작업
- 유저 이름 변경 기능 추가. users 문서의 userName 필드 수정을 위해서는 updateDoc 메서드를, user 객체의 displayName 수정을 위해서는 updateProfile 메서드를 활용.
- 프로필 이미지 제거 기능 추가. 마찬가지로 user 객체의 photoURL 함께 변경되도록 작업
- 추가 작업 필요) 변경된 유저 정보에 따라 자동 리렌더링 필요
@sryung1225 sryung1225 self-assigned this Dec 26, 2023
@sryung1225 sryung1225 merged commit 70ffc3f into main Dec 26, 2023
1 check failed
sryung1225 added a commit that referenced this pull request Jan 31, 2024
프로필 수정하기 기능 업그레이드 (#5 #9) & 공통 개편사항 적용 (#17 #18)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant